env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined
authorHeiko Schocher <[email protected]>
Tue, 5 Oct 2010 12:17:00 +0000 (14:17 +0200)
committerWolfgang Denk <[email protected]>
Wed, 6 Oct 2010 20:34:30 +0000 (22:34 +0200)
commit60f7da1f421cbbf6f54f3e9cde4e25b0a23a928a
tree86e725eca65b6c4fc64a2b6ecf4a041d579523d3
parenta7d54346e025d91bb4413c61b5f5ec13ae2a6bfc
env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined

commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces
a command_sub_table for the "env" command. On arm, avr32, m68k,
mips and sparc architectures, relocation needs manual fixups,
so add these fixups for this sub command table too.

Tested on arm/qong board.
          mips board (Ben NanoNote) from Xiangfu Liu
          arm/AT91 board from Reinhard Meyer

Signed-off-by: Heiko Schocher <[email protected]>
cc: Wolfgang Denk <[email protected]>
cc: Shinya Kuribayashi <[email protected]>
cc: Xiangfu Liu <[email protected]>
cc: Reinhard Meyer <[email protected]>
cc: [email protected]
common/cmd_nvedit.c
common/env_common.c